home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / DIAG / AMITIPS.ARJ / TT98.006 < prev    next >
Text File  |  1991-08-26  |  2KB  |  48 lines

  1. American Megatrends, Inc.
  2. Tech Tip #98.006
  3. 01/22/91
  4.  
  5. Problem:
  6.  
  7. 1. During installation of SCO UNIX Rel. 3.2.0s, 80486 system hangs
  8.    when accessing N2 disk.
  9. 2. SCO UNIX, all versions, report the presence of a phantom tape
  10.    drive, id 0, LUN 0.
  11.  
  12.  
  13. Solution 1:
  14.  
  15. From the point where SCO requests N2 disk, to the point where the
  16. keyboard selection apperas, no extra key must be pressed.
  17. It seems like SCO has not masked out the keyboard interrupt, IRQ1
  18. during that time, and any extra key pressed at that time, causes
  19. the system to hang.
  20. This same problem was observed on an OPTI 486 25MHz motherboard, with
  21. standard IBM Keyboard controller, and non AMI BIOS.
  22. This problem has been seen on the following AMI motherboards:
  23.  
  24. - Voyager 33MHz/25Mhz
  25. - Enterprise I 33Mhz/25MHz
  26.  
  27. This is under investigation for 386 motherboards, also SCO will be
  28. informed about this problem.
  29.  
  30. Solution 2:
  31.  
  32. This is a well documented problem with SCO UNIX, it should be fixed
  33. in the latter releases of SCO UNIX.
  34.  
  35. One way to eliminate this problem is:
  36.  
  37.     # mkdev tape
  38.       Select option 3, remove a tape drive
  39.       Select option 4, remove a SCSI tape drive
  40.       Give id=2, lun=0, controller=0
  41.       rebuild the kernel
  42.       make it the default kernel
  43.     # shutdown -g0 -i0 -y, to reboot
  44.  
  45. - When the UNIX system is rebooted, the phantom SCSI tape should
  46.   have been eleminated.
  47. - If some one tries to install a SCSI tape without removing this
  48.   phantom tape drive, there could be driver conflicts.